home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Si-Sr / Software Licensing.cpt / Software Licensing Issues 0.96 / background_2571.txt next >
Text File  |  1989-04-08  |  53KB  |  2,418 lines

  1. -- background: 2571 from stack: in.96
  2. -- bmap block id: 3177
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: bg id 2571
  6. ----- HyperTalk script -----
  7. on closecard
  8.   visual dissolve
  9.   send closecard to bg btn "session log"
  10.   pass closecard
  11. end closecard
  12.  
  13.  
  14. on opencard
  15.   lock screen
  16.   repeat with x = 1 to 12
  17.     set the hilite of bg btn ("exp"&x) to false
  18.     set the hilite of bg btn ("t"&x) to false
  19.   end repeat
  20.   repeat with x = 1 to 6
  21.     set the hilite of bg btn ("q"&x) to false
  22.   end repeat
  23.   set the hilite of bg btn yes to false
  24.   set the hilite of bg btn no to false
  25.   put "" into bg fld f7text
  26.   set hilite of bg btn "Cross Reference" to false
  27.   put "" into bg fld exp13
  28.   repeat with x = 1 to the number of cd btns
  29.  
  30.     set the hilite of  cd btn x to false
  31.  
  32.   end repeat
  33.   if the short name of this card is "glossary"
  34.   then set the hilite of cd btn "return" to true
  35.   unlock screen
  36.   send opencard to bg button "Session Log"
  37.   if the id of this card = "card id 6877"
  38.   then send triggerhelp to this card
  39.   pass opencard
  40. end opencard
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. -- part 1 (field)
  48. -- low flags: 01
  49. -- high flags: 0004
  50. -- rect: left=0 top=14 right=61 bottom=374
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 2
  55. -- text size: 14
  56. -- style flags: 256
  57. -- line height: 18
  58. -- part name: title
  59.  
  60.  
  61. -- part 2 (field)
  62. -- low flags: 01
  63. -- high flags: 4004
  64. -- rect: left=127 top=84 right=243 bottom=375
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 2
  69. -- text size: 10
  70. -- style flags: 0
  71. -- line height: 13
  72. -- part name: text
  73.  
  74.  
  75. -- part 3 (field)
  76. -- low flags: 80
  77. -- high flags: 0007
  78. -- rect: left=385 top=70 right=157 bottom=502
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 0
  82. -- font id: 2
  83. -- text size: 10
  84. -- style flags: 0
  85. -- line height: 13
  86. -- part name: explanation
  87. ----- HyperTalk script -----
  88. on mousedown
  89.   set the locktext of me to false
  90.   wait 1 second
  91. end mousedown
  92. on mouseup
  93.  
  94.   set the locktext of me to true
  95. end mouseup
  96.  
  97.  
  98. -- part 6 (field)
  99. -- low flags: 81
  100. -- high flags: 0007
  101. -- rect: left=0 top=171 right=303 bottom=108
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 0
  105. -- font id: 2
  106. -- text size: 10
  107. -- style flags: 0
  108. -- line height: 13
  109. -- part name: f1text
  110.  
  111.  
  112. -- part 7 (field)
  113. -- low flags: 80
  114. -- high flags: 0002
  115. -- rect: left=374 top=245 right=259 bottom=413
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 2
  120. -- text size: 9
  121. -- style flags: 0
  122. -- line height: 12
  123. -- part name: recom1
  124.  
  125.  
  126. -- part 20 (button)
  127. -- low flags: 80
  128. -- high flags: 8004
  129. -- rect: left=396 top=232 right=245 bottom=493
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: New Card
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   put the selection into holder1
  141.   doMenu "new card"
  142.  
  143.   put holder1 into fld title
  144.   put the id of this cd into holder
  145.   go back
  146.   doMenu "New button"
  147.   set the script of btn "New button" to "On Mouseup"&return&"go "&holder&return&"end mouseup"
  148.   set the showname of btn "New button" to false
  149.   set the style of btn "New button" to transparent
  150.   set the autohilite of btn "new button" to true
  151.   set the name of btn "New button" to ""
  152. end mouseUp
  153.  
  154.  
  155.  
  156. -- part 21 (field)
  157. -- low flags: 81
  158. -- high flags: 0007
  159. -- rect: left=0 top=171 right=310 bottom=108
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 0 / 0
  162. -- text alignment: 0
  163. -- font id: 3
  164. -- text size: 10
  165. -- style flags: 0
  166. -- line height: 13
  167. -- part name: f2text
  168.  
  169.  
  170. -- part 22 (field)
  171. -- low flags: 81
  172. -- high flags: 0007
  173. -- rect: left=0 top=171 right=308 bottom=107
  174. -- title width / last selected line: 0
  175. -- icon id / first selected line: 0 / 0
  176. -- text alignment: 0
  177. -- font id: 2
  178. -- text size: 10
  179. -- style flags: 0
  180. -- line height: 13
  181. -- part name: f3text
  182.  
  183.  
  184. -- part 23 (field)
  185. -- low flags: 81
  186. -- high flags: 0007
  187. -- rect: left=0 top=171 right=307 bottom=107
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 0 / 0
  190. -- text alignment: 0
  191. -- font id: 2
  192. -- text size: 10
  193. -- style flags: 0
  194. -- line height: 13
  195. -- part name: f4text
  196.  
  197.  
  198. -- part 24 (field)
  199. -- low flags: 81
  200. -- high flags: 0007
  201. -- rect: left=0 top=171 right=308 bottom=107
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 0 / 0
  204. -- text alignment: 0
  205. -- font id: 3
  206. -- text size: 10
  207. -- style flags: 0
  208. -- line height: 13
  209. -- part name: f5text
  210.  
  211.  
  212. -- part 25 (field)
  213. -- low flags: 81
  214. -- high flags: 0007
  215. -- rect: left=0 top=171 right=308 bottom=107
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 0
  219. -- font id: 3
  220. -- text size: 10
  221. -- style flags: 0
  222. -- line height: 13
  223. -- part name: f6text
  224.  
  225.  
  226. -- part 28 (field)
  227. -- low flags: 80
  228. -- high flags: 0002
  229. -- rect: left=374 top=258 right=272 bottom=413
  230. -- title width / last selected line: 0
  231. -- icon id / first selected line: 0 / 0
  232. -- text alignment: 0
  233. -- font id: 2
  234. -- text size: 9
  235. -- style flags: 0
  236. -- line height: 12
  237. -- part name: recom2
  238.  
  239.  
  240. -- part 29 (field)
  241. -- low flags: 80
  242. -- high flags: 0002
  243. -- rect: left=374 top=271 right=285 bottom=413
  244. -- title width / last selected line: 0
  245. -- icon id / first selected line: 0 / 0
  246. -- text alignment: 0
  247. -- font id: 2
  248. -- text size: 9
  249. -- style flags: 0
  250. -- line height: 12
  251. -- part name: recom3
  252.  
  253.  
  254. -- part 30 (field)
  255. -- low flags: 80
  256. -- high flags: 0002
  257. -- rect: left=374 top=284 right=298 bottom=413
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 0 / 0
  260. -- text alignment: 0
  261. -- font id: 2
  262. -- text size: 9
  263. -- style flags: 0
  264. -- line height: 12
  265. -- part name: recom4
  266.  
  267.  
  268. -- part 31 (field)
  269. -- low flags: 80
  270. -- high flags: 0002
  271. -- rect: left=374 top=298 right=312 bottom=413
  272. -- title width / last selected line: 0
  273. -- icon id / first selected line: 0 / 0
  274. -- text alignment: 0
  275. -- font id: 2
  276. -- text size: 9
  277. -- style flags: 0
  278. -- line height: 12
  279. -- part name: recom5
  280.  
  281.  
  282. -- part 32 (field)
  283. -- low flags: 80
  284. -- high flags: 0002
  285. -- rect: left=374 top=311 right=325 bottom=413
  286. -- title width / last selected line: 0
  287. -- icon id / first selected line: 0 / 0
  288. -- text alignment: 0
  289. -- font id: 2
  290. -- text size: 9
  291. -- style flags: 0
  292. -- line height: 12
  293. -- part name: recom6
  294.  
  295.  
  296. -- part 35 (button)
  297. -- low flags: 80
  298. -- high flags: 8004
  299. -- rect: left=293 top=246 right=265 bottom=344
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 0 / 0
  302. -- text alignment: 1
  303. -- font id: 0
  304. -- text size: 12
  305. -- style flags: 0
  306. -- line height: 16
  307. -- part name: Recom
  308. ----- HyperTalk script -----
  309. on mouseup
  310.  
  311.   if hilite of bg btn "yes" is true
  312.   then
  313.   repeat with y = 1 to the number of items of fld ("r"&field sel)
  314.  
  315.     set the hilite of bg btn ("t"& item y of fld ("r"&field sel)) to true
  316.  
  317.   end repeat
  318. else
  319.   repeat with y = 1 to the number of items of fld ("r"&field sel)
  320.  
  321.     set the hilite of bg btn ("t"& item y of fld  ("r"&field sel)) to false
  322.  
  323.   end repeat
  324. end if
  325. -- else set the hilite of btn t1 to false
  326. end mouseup
  327.  
  328.  
  329.  
  330. -- part 37 (field)
  331. -- low flags: 01
  332. -- high flags: 0001
  333. -- rect: left=0 top=84 right=98 bottom=108
  334. -- title width / last selected line: 0
  335. -- icon id / first selected line: 0 / 0
  336. -- text alignment: 0
  337. -- font id: 2
  338. -- text size: 9
  339. -- style flags: 0
  340. -- line height: 12
  341. -- part name: q1
  342.  
  343.  
  344. -- part 38 (field)
  345. -- low flags: 01
  346. -- high flags: 0001
  347. -- rect: left=0 top=97 right=111 bottom=108
  348. -- title width / last selected line: 0
  349. -- icon id / first selected line: 0 / 0
  350. -- text alignment: 0
  351. -- font id: 2
  352. -- text size: 9
  353. -- style flags: 0
  354. -- line height: 12
  355. -- part name: q2
  356.  
  357.  
  358. -- part 39 (field)
  359. -- low flags: 01
  360. -- high flags: 0001
  361. -- rect: left=0 top=110 right=124 bottom=108
  362. -- title width / last selected line: 0
  363. -- icon id / first selected line: 0 / 0
  364. -- text alignment: 0
  365. -- font id: 2
  366. -- text size: 9
  367. -- style flags: 0
  368. -- line height: 12
  369. -- part name: q3
  370.  
  371.  
  372. -- part 40 (field)
  373. -- low flags: 01
  374. -- high flags: 0001
  375. -- rect: left=0 top=123 right=137 bottom=108
  376. -- title width / last selected line: 0
  377. -- icon id / first selected line: 0 / 0
  378. -- text alignment: 0
  379. -- font id: 2
  380. -- text size: 9
  381. -- style flags: 0
  382. -- line height: 12
  383. -- part name: q4
  384.  
  385.  
  386. -- part 41 (field)
  387. -- low flags: 01
  388. -- high flags: 0001
  389. -- rect: left=0 top=136 right=150 bottom=108
  390. -- title width / last selected line: 0
  391. -- icon id / first selected line: 0 / 0
  392. -- text alignment: 0
  393. -- font id: 2
  394. -- text size: 9
  395. -- style flags: 0
  396. -- line height: 12
  397. -- part name: q5
  398.  
  399.  
  400. -- part 42 (field)
  401. -- low flags: 01
  402. -- high flags: 0001
  403. -- rect: left=0 top=149 right=163 bottom=108
  404. -- title width / last selected line: 0
  405. -- icon id / first selected line: 0 / 0
  406. -- text alignment: 0
  407. -- font id: 2
  408. -- text size: 9
  409. -- style flags: 0
  410. -- line height: 12
  411. -- part name: q6
  412.  
  413.  
  414. -- part 45 (button)
  415. -- low flags: 00
  416. -- high flags: 2000
  417. -- rect: left=0 top=84 right=99 bottom=108
  418. -- title width / last selected line: 0
  419. -- icon id / first selected line: 0 / 0
  420. -- text alignment: 1
  421. -- font id: 0
  422. -- text size: 12
  423. -- style flags: 0
  424. -- line height: 16
  425. -- part name: q1
  426. ----- HyperTalk script -----
  427. on mouseUp
  428.  
  429.   --repeat with x = 1 to 6
  430.   --hide fld ("f"&x&"text")
  431.   --end repeat
  432.   repeat with x = 1 to 6
  433.     set the hilite of bg btn ("q"&x) to false
  434.   end repeat
  435.   set the hilite of me to true
  436.   repeat with x = 1 to 12
  437.     set hilite of bg btn ("t"&x) to false
  438.   end repeat
  439.   set hilite of bg btn "yes" to false
  440.   set hilite of bg btn "no" to false
  441.   --show fld f1text
  442.   put fld f1text into fld f7text
  443.   set the scroll of fld f7text to 0
  444.   show fld f7text
  445.  
  446.   put 1 into fld sel
  447.  
  448. end mouseUp
  449.  
  450.  
  451.  
  452. -- part 46 (button)
  453. -- low flags: 00
  454. -- high flags: 2000
  455. -- rect: left=0 top=99 right=113 bottom=108
  456. -- title width / last selected line: 0
  457. -- icon id / first selected line: 0 / 0
  458. -- text alignment: 1
  459. -- font id: 0
  460. -- text size: 12
  461. -- style flags: 0
  462. -- line height: 16
  463. -- part name: q2
  464. ----- HyperTalk script -----
  465. on mouseUp
  466.   repeat with x = 1 to 6
  467.     hide fld ("f"&x&"text")
  468.   end repeat
  469.   --show fld f2text
  470.   set the scroll of fld f2text to 0
  471.   repeat with x = 1 to 6
  472.     set the hilite of bg btn ("q"&x) to false
  473.   end repeat
  474.   set the hilite of me to true
  475.   repeat with x = 1 to 12
  476.     set hilite of bg btn ("t"&x) to false
  477.   end repeat
  478.   set hilite of bg btn "yes" to false
  479.   set hilite of bg btn "no" to false
  480.   put fld f2text into fld f7text
  481.   set scroll of fld f7text to 0
  482.   show fld f7text
  483.   --set the script of bg btn recom to fld recom2
  484.   --send mouseup to bg btn recom
  485.   put 2 into fld sel
  486. end mouseUp
  487.  
  488.  
  489.  
  490. -- part 47 (button)
  491. -- low flags: 00
  492. -- high flags: 2000
  493. -- rect: left=0 top=112 right=127 bottom=108
  494. -- title width / last selected line: 0
  495. -- icon id / first selected line: 0 / 0
  496. -- text alignment: 1
  497. -- font id: 0
  498. -- text size: 12
  499. -- style flags: 0
  500. -- line height: 16
  501. -- part name: q3
  502. ----- HyperTalk script -----
  503. on mouseUp
  504.   repeat with x = 1 to 6
  505.     set the hilite of bg btn ("q"&x) to false
  506.   end repeat
  507.   set the hilite of me to true
  508.   repeat with x = 1 to 12
  509.     set hilite of bg btn ("t"&x) to false
  510.   end repeat
  511.   set hilite of bg btn "yes" to false
  512.   set hilite of bg btn "no" to false
  513.   --show fld f3text
  514.   put fld f3text into fld f7text
  515.   set the scroll of fld f7text to 0
  516.   show fld f7text
  517.   --set the script of bg btn recom to fld recom3
  518.   --send mouseup to bg btn recom
  519.   put 3 into fld sel
  520. end mouseUp
  521.  
  522.  
  523.  
  524. -- part 48 (button)
  525. -- low flags: 00
  526. -- high flags: 2000
  527. -- rect: left=0 top=125 right=138 bottom=108
  528. -- title width / last selected line: 0
  529. -- icon id / first selected line: 0 / 0
  530. -- text alignment: 1
  531. -- font id: 0
  532. -- text size: 12
  533. -- style flags: 0
  534. -- line height: 16
  535. -- part name: q4
  536. ----- HyperTalk script -----
  537. on mouseUp
  538.   repeat with x = 1 to 6
  539.     set the hilite of bg btn ("q"&x) to false
  540.   end repeat
  541.   set the hilite of me to true
  542.   repeat with x = 1 to 12
  543.     set hilite of bg btn ("t"&x) to false
  544.   end repeat
  545.   set hilite of bg btn "yes" to false
  546.   set hilite of bg btn "no" to false
  547.   --show fld f4text
  548.   put fld f4text into fld f7text
  549.   set the scroll of fld f7text to 0
  550.   show fld f7text
  551.   --set the script of bg btn recom to fld recom4
  552.   --send mouseup to bg btn recom
  553.   put 4 into fld sel
  554. end mouseUp
  555.  
  556.  
  557.  
  558. -- part 49 (button)
  559. -- low flags: 00
  560. -- high flags: 2000
  561. -- rect: left=0 top=137 right=152 bottom=108
  562. -- title width / last selected line: 0
  563. -- icon id / first selected line: 0 / 0
  564. -- text alignment: 1
  565. -- font id: 0
  566. -- text size: 12
  567. -- style flags: 0
  568. -- line height: 16
  569. -- part name: q5
  570. ----- HyperTalk script -----
  571. on mouseUp
  572.   repeat with x = 1 to 6
  573.     set the hilite of bg btn ("q"&x) to false
  574.   end repeat
  575.   set the hilite of me to true
  576.   repeat with x = 1 to 12
  577.     set hilite of bg btn ("t"&x) to false
  578.   end repeat
  579.   set hilite of bg btn "yes" to false
  580.   set hilite of bg btn "no" to false
  581.   --show fld f5text
  582.   put fld f5text into fld f7text
  583.   set the scroll of fld f7text to 0
  584.   show fld f7text
  585.   --set the script of bg btn recom to fld recom5
  586.   --send mouseup to bg btn recom
  587.   put 5 into fld sel
  588. end mouseUp
  589.  
  590.  
  591.  
  592. -- part 50 (button)
  593. -- low flags: 00
  594. -- high flags: 2000
  595. -- rect: left=0 top=150 right=164 bottom=108
  596. -- title width / last selected line: 0
  597. -- icon id / first selected line: 0 / 0
  598. -- text alignment: 1
  599. -- font id: 0
  600. -- text size: 12
  601. -- style flags: 0
  602. -- line height: 16
  603. -- part name: q6
  604. ----- HyperTalk script -----
  605. on mouseUp
  606.   repeat with x = 1 to 6
  607.     set the hilite of bg btn ("q"&x) to false
  608.   end repeat
  609.   set the hilite of me to true
  610.   repeat with x = 1 to 12
  611.     set hilite of bg btn ("t"&x) to false
  612.   end repeat
  613.   set hilite of bg btn "yes" to false
  614.   set hilite of bg btn "no" to false
  615.   --show fld f6text
  616.   put fld f6text into fld f7text
  617.   set the scroll of fld f7text to 0
  618.   show fld f7text
  619.   --set the script of bg btn recom to fld recom6
  620.   --send mouseup to bg btn recom
  621.   put 6 into fld sel
  622. end mouseUp
  623.  
  624.  
  625.  
  626. -- part 55 (field)
  627. -- low flags: 80
  628. -- high flags: 0002
  629. -- rect: left=415 top=246 right=260 bottom=512
  630. -- title width / last selected line: 0
  631. -- icon id / first selected line: 0 / 0
  632. -- text alignment: 0
  633. -- font id: 2
  634. -- text size: 9
  635. -- style flags: 0
  636. -- line height: 12
  637. -- part name: r1
  638.  
  639.  
  640. -- part 56 (field)
  641. -- low flags: 80
  642. -- high flags: 0002
  643. -- rect: left=415 top=259 right=273 bottom=512
  644. -- title width / last selected line: 0
  645. -- icon id / first selected line: 0 / 0
  646. -- text alignment: 0
  647. -- font id: 2
  648. -- text size: 9
  649. -- style flags: 0
  650. -- line height: 12
  651. -- part name: r2
  652.  
  653.  
  654. -- part 57 (field)
  655. -- low flags: 80
  656. -- high flags: 0002
  657. -- rect: left=415 top=272 right=286 bottom=512
  658. -- title width / last selected line: 0
  659. -- icon id / first selected line: 0 / 0
  660. -- text alignment: 0
  661. -- font id: 2
  662. -- text size: 9
  663. -- style flags: 0
  664. -- line height: 12
  665. -- part name: r3
  666.  
  667.  
  668. -- part 58 (field)
  669. -- low flags: 80
  670. -- high flags: 0002
  671. -- rect: left=415 top=286 right=300 bottom=512
  672. -- title width / last selected line: 0
  673. -- icon id / first selected line: 0 / 0
  674. -- text alignment: 0
  675. -- font id: 2
  676. -- text size: 9
  677. -- style flags: 0
  678. -- line height: 12
  679. -- part name: r4
  680.  
  681.  
  682. -- part 59 (field)
  683. -- low flags: 80
  684. -- high flags: 0002
  685. -- rect: left=415 top=299 right=313 bottom=512
  686. -- title width / last selected line: 0
  687. -- icon id / first selected line: 0 / 0
  688. -- text alignment: 0
  689. -- font id: 2
  690. -- text size: 9
  691. -- style flags: 0
  692. -- line height: 12
  693. -- part name: r5
  694.  
  695.  
  696. -- part 60 (field)
  697. -- low flags: 80
  698. -- high flags: 0002
  699. -- rect: left=415 top=312 right=326 bottom=512
  700. -- title width / last selected line: 0
  701. -- icon id / first selected line: 0 / 0
  702. -- text alignment: 0
  703. -- font id: 2
  704. -- text size: 9
  705. -- style flags: 0
  706. -- line height: 12
  707. -- part name: r6
  708.  
  709.  
  710. -- part 63 (button)
  711. -- low flags: 80
  712. -- high flags: 8004
  713. -- rect: left=370 top=246 right=265 bottom=409
  714. -- title width / last selected line: 0
  715. -- icon id / first selected line: 0 / 0
  716. -- text alignment: 1
  717. -- font id: 0
  718. -- text size: 12
  719. -- style flags: 0
  720. -- line height: 16
  721. -- part name: Clear
  722. ----- HyperTalk script -----
  723. on mouseup
  724.   repeat with x = 1 to 12
  725.     set the hilite of bg btn ("t"&x) to false
  726.   end repeat
  727.  
  728. end mouseup
  729.  
  730.  
  731.  
  732. -- part 64 (button)
  733. -- low flags: 00
  734. -- high flags: 0000
  735. -- rect: left=113 top=84 right=98 bottom=127
  736. -- title width / last selected line: 0
  737. -- icon id / first selected line: 0 / 0
  738. -- text alignment: 1
  739. -- font id: 0
  740. -- text size: 12
  741. -- style flags: 0
  742. -- line height: 16
  743. -- part name: t1
  744. ----- HyperTalk script -----
  745. on mouseUp
  746.   go cd id 3490
  747. end mouseUp
  748.  
  749.  
  750.  
  751.  
  752. -- part 65 (button)
  753. -- low flags: 00
  754. -- high flags: 0000
  755. -- rect: left=112 top=98 right=112 bottom=128
  756. -- title width / last selected line: 0
  757. -- icon id / first selected line: 0 / 0
  758. -- text alignment: 1
  759. -- font id: 0
  760. -- text size: 12
  761. -- style flags: 0
  762. -- line height: 16
  763. -- part name: t2
  764.  
  765.  
  766. -- part 66 (button)
  767. -- low flags: 00
  768. -- high flags: 0000
  769. -- rect: left=113 top=111 right=125 bottom=129
  770. -- title width / last selected line: 0
  771. -- icon id / first selected line: 0 / 0
  772. -- text alignment: 1
  773. -- font id: 0
  774. -- text size: 12
  775. -- style flags: 0
  776. -- line height: 16
  777. -- part name: t3
  778.  
  779.  
  780. -- part 67 (button)
  781. -- low flags: 00
  782. -- high flags: 0000
  783. -- rect: left=113 top=124 right=138 bottom=129
  784. -- title width / last selected line: 0
  785. -- icon id / first selected line: 0 / 0
  786. -- text alignment: 1
  787. -- font id: 0
  788. -- text size: 12
  789. -- style flags: 0
  790. -- line height: 16
  791. -- part name: t4
  792.  
  793.  
  794. -- part 68 (button)
  795. -- low flags: 00
  796. -- high flags: 0000
  797. -- rect: left=113 top=137 right=151 bottom=129
  798. -- title width / last selected line: 0
  799. -- icon id / first selected line: 0 / 0
  800. -- text alignment: 1
  801. -- font id: 0
  802. -- text size: 12
  803. -- style flags: 0
  804. -- line height: 16
  805. -- part name: t5
  806.  
  807.  
  808. -- part 69 (button)
  809. -- low flags: 00
  810. -- high flags: 0000
  811. -- rect: left=113 top=163 right=177 bottom=129
  812. -- title width / last selected line: 0
  813. -- icon id / first selected line: 0 / 0
  814. -- text alignment: 1
  815. -- font id: 0
  816. -- text size: 12
  817. -- style flags: 0
  818. -- line height: 16
  819. -- part name: t7
  820.  
  821.  
  822. -- part 70 (button)
  823. -- low flags: 00
  824. -- high flags: 0000
  825. -- rect: left=113 top=150 right=164 bottom=129
  826. -- title width / last selected line: 0
  827. -- icon id / first selected line: 0 / 0
  828. -- text alignment: 1
  829. -- font id: 0
  830. -- text size: 12
  831. -- style flags: 0
  832. -- line height: 16
  833. -- part name: t6
  834.  
  835.  
  836. -- part 71 (button)
  837. -- low flags: 00
  838. -- high flags: 0000
  839. -- rect: left=113 top=176 right=190 bottom=129
  840. -- title width / last selected line: 0
  841. -- icon id / first selected line: 0 / 0
  842. -- text alignment: 1
  843. -- font id: 0
  844. -- text size: 12
  845. -- style flags: 0
  846. -- line height: 16
  847. -- part name: t8
  848.  
  849.  
  850. -- part 72 (button)
  851. -- low flags: 00
  852. -- high flags: 0000
  853. -- rect: left=113 top=189 right=203 bottom=129
  854. -- title width / last selected line: 0
  855. -- icon id / first selected line: 0 / 0
  856. -- text alignment: 1
  857. -- font id: 0
  858. -- text size: 12
  859. -- style flags: 0
  860. -- line height: 16
  861. -- part name: t9
  862.  
  863.  
  864. -- part 73 (button)
  865. -- low flags: 00
  866. -- high flags: 0000
  867. -- rect: left=113 top=202 right=216 bottom=129
  868. -- title width / last selected line: 0
  869. -- icon id / first selected line: 0 / 0
  870. -- text alignment: 1
  871. -- font id: 0
  872. -- text size: 12
  873. -- style flags: 0
  874. -- line height: 16
  875. -- part name: t10
  876.  
  877.  
  878. -- part 74 (button)
  879. -- low flags: 00
  880. -- high flags: 0000
  881. -- rect: left=113 top=215 right=229 bottom=129
  882. -- title width / last selected line: 0
  883. -- icon id / first selected line: 0 / 0
  884. -- text alignment: 1
  885. -- font id: 0
  886. -- text size: 12
  887. -- style flags: 0
  888. -- line height: 16
  889. -- part name: t11
  890.  
  891.  
  892. -- part 75 (button)
  893. -- low flags: 00
  894. -- high flags: 0000
  895. -- rect: left=113 top=228 right=242 bottom=129
  896. -- title width / last selected line: 0
  897. -- icon id / first selected line: 0 / 0
  898. -- text alignment: 1
  899. -- font id: 0
  900. -- text size: 12
  901. -- style flags: 0
  902. -- line height: 16
  903. -- part name: t12
  904.  
  905.  
  906. -- part 76 (field)
  907. -- low flags: 00
  908. -- high flags: 0000
  909. -- rect: left=497 top=232 right=245 bottom=509
  910. -- title width / last selected line: 0
  911. -- icon id / first selected line: 0 / 0
  912. -- text alignment: 0
  913. -- font id: 3
  914. -- text size: 12
  915. -- style flags: 0
  916. -- line height: 16
  917. -- part name: sel
  918.  
  919.  
  920. -- part 78 (button)
  921. -- low flags: 00
  922. -- high flags: 8004
  923. -- rect: left=426 top=14 right=60 bottom=467
  924. -- title width / last selected line: 0
  925. -- icon id / first selected line: 21449 / 21449
  926. -- text alignment: 1
  927. -- font id: 0
  928. -- text size: 12
  929. -- style flags: 0
  930. -- line height: 16
  931. -- part name: Top
  932. ----- HyperTalk script -----
  933. on mouseUp
  934.   go cd id 2949
  935. end mouseUp
  936.  
  937.  
  938.  
  939.  
  940. -- part 110 (button)
  941. -- low flags: 80
  942. -- high flags: 8004
  943. -- rect: left=431 top=247 right=265 bottom=503
  944. -- title width / last selected line: 0
  945. -- icon id / first selected line: 0 / 0
  946. -- text alignment: 1
  947. -- font id: 0
  948. -- text size: 12
  949. -- style flags: 0
  950. -- line height: 16
  951. -- part name: No Recom
  952. ----- HyperTalk script -----
  953. on mouseup
  954.  
  955.   if hilite of bg btn "no" is true
  956.   then
  957.   repeat with y = 1 to the number of items of fld ("recom"&field sel)
  958.  
  959.     set hilite of bg btn ("t"& item y of fld ("recom"&field sel)) to true
  960.  
  961.   end repeat
  962. else
  963.   repeat with y = 1 to the number of items of fld ("recom"&field sel)
  964.  
  965.     set the hilite of bg btn ("t"& item y of fld  ("recom"&field sel)) to false
  966.  
  967.   end repeat
  968. end if
  969. -- else set the hilite of btn t1 to false
  970. end mouseup
  971.  
  972. end mouseUp
  973.  
  974.  
  975.  
  976. -- part 79 (button)
  977. -- low flags: 00
  978. -- high flags: 8004
  979. -- rect: left=471 top=14 right=60 bottom=512
  980. -- title width / last selected line: 0
  981. -- icon id / first selected line: 29114 / 29114
  982. -- text alignment: 1
  983. -- font id: 0
  984. -- text size: 12
  985. -- style flags: 0
  986. -- line height: 16
  987. -- part name: Back
  988. ----- HyperTalk script -----
  989. on mouseUp
  990.   go back
  991. end mouseUp
  992.  
  993.  
  994.  
  995.  
  996. -- part 81 (field)
  997. -- low flags: 80
  998. -- high flags: 0007
  999. -- rect: left=386 top=72 right=213 bottom=506
  1000. -- title width / last selected line: 0
  1001. -- icon id / first selected line: 0 / 0
  1002. -- text alignment: 0
  1003. -- font id: 2
  1004. -- text size: 10
  1005. -- style flags: 0
  1006. -- line height: 13
  1007. -- part name: Exp1
  1008.  
  1009.  
  1010. -- part 82 (field)
  1011. -- low flags: 80
  1012. -- high flags: 0007
  1013. -- rect: left=385 top=70 right=206 bottom=512
  1014. -- title width / last selected line: 0
  1015. -- icon id / first selected line: 0 / 0
  1016. -- text alignment: 0
  1017. -- font id: 2
  1018. -- text size: 10
  1019. -- style flags: 0
  1020. -- line height: 13
  1021. -- part name: Exp2
  1022.  
  1023.  
  1024. -- part 83 (field)
  1025. -- low flags: 80
  1026. -- high flags: 0007
  1027. -- rect: left=385 top=70 right=209 bottom=512
  1028. -- title width / last selected line: 0
  1029. -- icon id / first selected line: 0 / 0
  1030. -- text alignment: 0
  1031. -- font id: 2
  1032. -- text size: 10
  1033. -- style flags: 0
  1034. -- line height: 13
  1035. -- part name: Exp3
  1036.  
  1037.  
  1038. -- part 84 (field)
  1039. -- low flags: 80
  1040. -- high flags: 0007
  1041. -- rect: left=379 top=62 right=223 bottom=512
  1042. -- title width / last selected line: 0
  1043. -- icon id / first selected line: 0 / 0
  1044. -- text alignment: 0
  1045. -- font id: 2
  1046. -- text size: 10
  1047. -- style flags: 0
  1048. -- line height: 13
  1049. -- part name: Exp4
  1050.  
  1051.  
  1052. -- part 85 (field)
  1053. -- low flags: 80
  1054. -- high flags: 0007
  1055. -- rect: left=381 top=70 right=214 bottom=512
  1056. -- title width / last selected line: 0
  1057. -- icon id / first selected line: 0 / 0
  1058. -- text alignment: 0
  1059. -- font id: 2
  1060. -- text size: 10
  1061. -- style flags: 0
  1062. -- line height: 13
  1063. -- part name: Exp5
  1064.  
  1065.  
  1066. -- part 86 (field)
  1067. -- low flags: 80
  1068. -- high flags: 0007
  1069. -- rect: left=386 top=70 right=215 bottom=512
  1070. -- title width / last selected line: 0
  1071. -- icon id / first selected line: 0 / 0
  1072. -- text alignment: 0
  1073. -- font id: 2
  1074. -- text size: 10
  1075. -- style flags: 0
  1076. -- line height: 13
  1077. -- part name: Exp6
  1078.  
  1079.  
  1080. -- part 87 (field)
  1081. -- low flags: 80
  1082. -- high flags: 0007
  1083. -- rect: left=386 top=71 right=210 bottom=512
  1084. -- title width / last selected line: 0
  1085. -- icon id / first selected line: 0 / 0
  1086. -- text alignment: 0
  1087. -- font id: 2
  1088. -- text size: 10
  1089. -- style flags: 0
  1090. -- line height: 13
  1091. -- part name: Exp7
  1092.  
  1093.  
  1094. -- part 88 (field)
  1095. -- low flags: 80
  1096. -- high flags: 0007
  1097. -- rect: left=386 top=70 right=213 bottom=512
  1098. -- title width / last selected line: 0
  1099. -- icon id / first selected line: 0 / 0
  1100. -- text alignment: 0
  1101. -- font id: 2
  1102. -- text size: 10
  1103. -- style flags: 0
  1104. -- line height: 13
  1105. -- part name: Exp8
  1106.  
  1107.  
  1108. -- part 89 (field)
  1109. -- low flags: 80
  1110. -- high flags: 0007
  1111. -- rect: left=386 top=71 right=208 bottom=512
  1112. -- title width / last selected line: 0
  1113. -- icon id / first selected line: 0 / 0
  1114. -- text alignment: 0
  1115. -- font id: 2
  1116. -- text size: 10
  1117. -- style flags: 0
  1118. -- line height: 13
  1119. -- part name: Exp9
  1120.  
  1121.  
  1122. -- part 90 (field)
  1123. -- low flags: 80
  1124. -- high flags: 0007
  1125. -- rect: left=383 top=71 right=208 bottom=512
  1126. -- title width / last selected line: 0
  1127. -- icon id / first selected line: 0 / 0
  1128. -- text alignment: 0
  1129. -- font id: 2
  1130. -- text size: 10
  1131. -- style flags: 0
  1132. -- line height: 13
  1133. -- part name: Exp10
  1134.  
  1135.  
  1136. -- part 91 (field)
  1137. -- low flags: 80
  1138. -- high flags: 0007
  1139. -- rect: left=387 top=70 right=208 bottom=512
  1140. -- title width / last selected line: 0
  1141. -- icon id / first selected line: 0 / 0
  1142. -- text alignment: 0
  1143. -- font id: 2
  1144. -- text size: 10
  1145. -- style flags: 0
  1146. -- line height: 13
  1147. -- part name: Exp11
  1148.  
  1149.  
  1150. -- part 92 (field)
  1151. -- low flags: 80
  1152. -- high flags: 0007
  1153. -- rect: left=384 top=71 right=214 bottom=512
  1154. -- title width / last selected line: 0
  1155. -- icon id / first selected line: 0 / 0
  1156. -- text alignment: 0
  1157. -- font id: 2
  1158. -- text size: 10
  1159. -- style flags: 0
  1160. -- line height: 13
  1161. -- part name: Exp12
  1162.  
  1163.  
  1164. -- part 93 (button)
  1165. -- low flags: 00
  1166. -- high flags: 0000
  1167. -- rect: left=367 top=83 right=98 bottom=381
  1168. -- title width / last selected line: 0
  1169. -- icon id / first selected line: 1013 / 1013
  1170. -- text alignment: 1
  1171. -- font id: 0
  1172. -- text size: 12
  1173. -- style flags: 0
  1174. -- line height: 16
  1175. -- part name: exp1
  1176. ----- HyperTalk script -----
  1177. on mouseUp
  1178.  
  1179.   repeat with x = 1 to 12
  1180.     set the hilite of bg btn ("Exp"&x) to false
  1181.   end repeat
  1182.   Set the hilite of me to true
  1183.  
  1184.   --repeat with x = 1 to 12
  1185.   --hide fld ("Exp"&x)
  1186.   --end repeat
  1187.   put fld Exp1 into fld exp13
  1188.   set the scroll of fld Exp13 to 0
  1189.  
  1190.   repeat with x = 1 to the number of  btns
  1191.  
  1192.     set the hilite of  btn x to false
  1193.   end repeat
  1194.  
  1195.   repeat with x = 1 to the number of btns
  1196.     if short name of btn x is "subtitle1" then
  1197.       set the hilite of btn subtitle1 to true
  1198.     end if
  1199.   end repeat
  1200.   send signal to bg btn "cross reference"
  1201. end mouseUp
  1202.  
  1203.  
  1204.  
  1205. -- part 94 (button)
  1206. -- low flags: 00
  1207. -- high flags: 0000
  1208. -- rect: left=367 top=96 right=110 bottom=382
  1209. -- title width / last selected line: 0
  1210. -- icon id / first selected line: 1013 / 1013
  1211. -- text alignment: 1
  1212. -- font id: 0
  1213. -- text size: 12
  1214. -- style flags: 0
  1215. -- line height: 16
  1216. -- part name: exp2
  1217. ----- HyperTalk script -----
  1218. on mouseUp
  1219.   repeat with x = 1 to 12
  1220.     set the hilite of bg btn ("Exp"&x) to false
  1221.   end repeat
  1222.   Set the hilite of me to true
  1223.  
  1224.   put fld exp2 into fld exp13
  1225.   set scroll of fld exp13 to 0
  1226.  
  1227.   repeat with x = 1 to the number of  btns
  1228.     set the hilite of  btn x to false
  1229.   end repeat
  1230.   repeat with x = 1 to the number of btns
  1231.     if short name of btn x is "subtitle2" then
  1232.       set the hilite of btn subtitle2 to true
  1233.     end if
  1234.   end repeat
  1235.   send signal to bg btn "cross reference"
  1236. end mouseUp
  1237.  
  1238.  
  1239.  
  1240. -- part 95 (button)
  1241. -- low flags: 00
  1242. -- high flags: 0000
  1243. -- rect: left=367 top=110 right=123 bottom=382
  1244. -- title width / last selected line: 0
  1245. -- icon id / first selected line: 1013 / 1013
  1246. -- text alignment: 1
  1247. -- font id: 0
  1248. -- text size: 12
  1249. -- style flags: 0
  1250. -- line height: 16
  1251. -- part name: exp3
  1252. ----- HyperTalk script -----
  1253. on mouseUp
  1254.   repeat with x = 1 to 12
  1255.     set the hilite of bg btn ("Exp"&x) to false
  1256.   end repeat
  1257.   Set the hilite of me to true
  1258.  
  1259.   put fld Exp3 into fld exp13
  1260.   set the scroll of fld Exp13 to 0
  1261.  
  1262.   repeat with x = 1 to the number of   btns
  1263.     set the hilite of  btn x to false
  1264.   end repeat
  1265.   repeat with x = 1 to the number of   btns
  1266.     if short name of btn x is "subtitle3" then
  1267.       set the hilite of btn subtitle3 to true
  1268.     end if
  1269.   end repeat
  1270.   send signal to bg btn "cross reference"
  1271. end mouseUp
  1272.  
  1273.  
  1274.  
  1275. -- part 96 (button)
  1276. -- low flags: 00
  1277. -- high flags: 0000
  1278. -- rect: left=367 top=123 right=136 bottom=382
  1279. -- title width / last selected line: 0
  1280. -- icon id / first selected line: 1013 / 1013
  1281. -- text alignment: 1
  1282. -- font id: 0
  1283. -- text size: 12
  1284. -- style flags: 0
  1285. -- line height: 16
  1286. -- part name: exp4
  1287. ----- HyperTalk script -----
  1288. on mouseUp
  1289.   repeat with x = 1 to 12
  1290.     set the hilite of bg btn ("Exp"&x) to false
  1291.   end repeat
  1292.   Set the hilite of me to true
  1293.  
  1294.   put fld Exp4 into fld exp13
  1295.   set the scroll of fld Exp13 to 0
  1296.   repeat with x = 1 to the number of  btns
  1297.     set the hilite of  btn x to false
  1298.   end repeat
  1299.   repeat with x = 1 to the number of btns
  1300.     if the short name of btn x is "subtitle4" then
  1301.       set the hilite of btn subtitle4 to true
  1302.     end if
  1303.   end repeat
  1304.   send signal to bg btn "cross reference"
  1305. end mouseUp
  1306.  
  1307.  
  1308.  
  1309. -- part 97 (button)
  1310. -- low flags: 00
  1311. -- high flags: 0000
  1312. -- rect: left=367 top=135 right=148 bottom=381
  1313. -- title width / last selected line: 0
  1314. -- icon id / first selected line: 1013 / 1013
  1315. -- text alignment: 1
  1316. -- font id: 0
  1317. -- text size: 12
  1318. -- style flags: 0
  1319. -- line height: 16
  1320. -- part name: exp5
  1321. ----- HyperTalk script -----
  1322. on mouseUp
  1323.   repeat with x = 1 to 12
  1324.     set the hilite of bg btn ("Exp"&x) to false
  1325.   end repeat
  1326.   Set the hilite of me to true
  1327.  
  1328.   put fld Exp5 into fld exp13
  1329.   set the scroll of fld Exp13 to 0
  1330.   repeat with x = 1 to the number of  btns
  1331.     set the hilite of  btn x to false
  1332.   end repeat
  1333.  
  1334.   repeat with x = 1 to the number of btns
  1335.     if the short name of btn x is "subtitle5" then
  1336.       set the hilite of btn subtitle5 to true
  1337.     end if
  1338.   end repeat
  1339.   send signal to bg btn "cross reference"
  1340. end mouseUp
  1341.  
  1342.  
  1343.  
  1344. -- part 98 (button)
  1345. -- low flags: 00
  1346. -- high flags: 0000
  1347. -- rect: left=367 top=148 right=162 bottom=381
  1348. -- title width / last selected line: 0
  1349. -- icon id / first selected line: 1013 / 1013
  1350. -- text alignment: 1
  1351. -- font id: 0
  1352. -- text size: 12
  1353. -- style flags: 0
  1354. -- line height: 16
  1355. -- part name: exp6
  1356. ----- HyperTalk script -----
  1357. on mouseUp
  1358.   repeat with x = 1 to 12
  1359.     set the hilite of bg btn ("Exp"&x) to false
  1360.   end repeat
  1361.   Set the hilite of me to true
  1362.  
  1363.   put fld Exp6 into fld exp13
  1364.   set the scroll of fld Exp13 to 0
  1365.  
  1366.   repeat with x = 1 to the number of  btns
  1367.     set the hilite of  btn x to false
  1368.   end repeat
  1369.  
  1370.   repeat with x = 1 to the number of btns
  1371.     if the short name of btn x is "subtitle6" then
  1372.       set the hilite of btn subtitle6 to true
  1373.     end if
  1374.   end repeat
  1375.   send signal to bg btn "cross reference"
  1376. end mouseUp
  1377.  
  1378.  
  1379.  
  1380. -- part 99 (button)
  1381. -- low flags: 00
  1382. -- high flags: 0000
  1383. -- rect: left=367 top=161 right=175 bottom=381
  1384. -- title width / last selected line: 0
  1385. -- icon id / first selected line: 1013 / 1013
  1386. -- text alignment: 1
  1387. -- font id: 0
  1388. -- text size: 12
  1389. -- style flags: 0
  1390. -- line height: 16
  1391. -- part name: exp7
  1392. ----- HyperTalk script -----
  1393. on mouseUp
  1394.   repeat with x = 1 to 12
  1395.     set the hilite of bg btn ("Exp"&x) to false
  1396.   end repeat
  1397.   Set the hilite of me to true
  1398.  
  1399.   put fld Exp7 into fld exp13
  1400.   set the scroll of fld Exp13 to 0
  1401.  
  1402.   repeat with x = 1 to the number of  btns
  1403.     set the hilite of  btn x to false
  1404.   end repeat
  1405.  
  1406.   repeat with x = 1 to the number of btns
  1407.     if short name of btn x is "subtitle7" then
  1408.       set the hilite of btn subtitle7 to true
  1409.     end if
  1410.   end repeat
  1411.   send signal to bg btn "cross reference"
  1412. end mouseUp
  1413.  
  1414.  
  1415.  
  1416. -- part 100 (button)
  1417. -- low flags: 00
  1418. -- high flags: 0000
  1419. -- rect: left=367 top=174 right=188 bottom=382
  1420. -- title width / last selected line: 0
  1421. -- icon id / first selected line: 1013 / 1013
  1422. -- text alignment: 1
  1423. -- font id: 0
  1424. -- text size: 12
  1425. -- style flags: 0
  1426. -- line height: 16
  1427. -- part name: exp8
  1428. ----- HyperTalk script -----
  1429. on mouseUp
  1430.   repeat with x = 1 to 12
  1431.     set the hilite of bg btn ("Exp"&x) to false
  1432.   end repeat
  1433.   Set the hilite of me to true
  1434.  
  1435.   put fld Exp8 into fld exp13
  1436.   set the scroll of fld Exp13 to 0
  1437.  
  1438.   repeat with x = 1 to the number of  btns
  1439.     set the hilite of  btn x to false
  1440.   end repeat
  1441.  
  1442.   repeat with x = 1 to the number of btns
  1443.     if the short name of btn x is "subtitle8" then
  1444.       set the hilite of btn subtitle8 to true
  1445.     end if
  1446.   end repeat
  1447.   send signal to bg btn "cross reference"
  1448. end mouseUp
  1449.  
  1450.  
  1451.  
  1452. -- part 101 (button)
  1453. -- low flags: 00
  1454. -- high flags: 0000
  1455. -- rect: left=367 top=186 right=200 bottom=382
  1456. -- title width / last selected line: 0
  1457. -- icon id / first selected line: 1013 / 1013
  1458. -- text alignment: 1
  1459. -- font id: 0
  1460. -- text size: 12
  1461. -- style flags: 0
  1462. -- line height: 16
  1463. -- part name: exp9
  1464. ----- HyperTalk script -----
  1465. on mouseUp
  1466.   repeat with x = 1 to 12
  1467.     set the hilite of bg btn ("Exp"&x) to false
  1468.   end repeat
  1469.   Set the hilite of me to true
  1470.  
  1471.   put fld Exp9 into fld exp13
  1472.   set the scroll of fld Exp13 to 0
  1473.  
  1474.   repeat with x = 1 to the number of  btns
  1475.     set the hilite of  btn x to false
  1476.   end repeat
  1477.  
  1478.   repeat with x = 1 to the number of btns
  1479.     if the short name of btn x is"subtitle9" then
  1480.       set the hilite of btn subtitle9 to true
  1481.     end if
  1482.   end repeat
  1483.   send signal to bg btn "cross reference"
  1484. end mouseUp
  1485.  
  1486.  
  1487.  
  1488. -- part 102 (button)
  1489. -- low flags: 00
  1490. -- high flags: 0000
  1491. -- rect: left=367 top=200 right=213 bottom=382
  1492. -- title width / last selected line: 0
  1493. -- icon id / first selected line: 1013 / 1013
  1494. -- text alignment: 1
  1495. -- font id: 0
  1496. -- text size: 12
  1497. -- style flags: 0
  1498. -- line height: 16
  1499. -- part name: exp10
  1500. ----- HyperTalk script -----
  1501. on mouseUp
  1502.   repeat with x = 1 to 12
  1503.     set the hilite of bg btn ("Exp"&x) to false
  1504.   end repeat
  1505.   Set the hilite of me to true
  1506.  
  1507.   put fld Exp10 into fld exp13
  1508.   set the scroll of fld Exp13 to 0
  1509.  
  1510.   repeat with x = 1 to the number of  btns
  1511.     set the hilite of  btn x to false
  1512.   end repeat
  1513.  
  1514.   repeat with x = 1 to the number of btns
  1515.     if the short name of btn x is "subtitle10" then
  1516.       set the hilite of btn subtitle10 to true
  1517.     end if
  1518.   end repeat
  1519.   send signal to bg btn "cross reference"
  1520. end mouseUp
  1521.  
  1522.  
  1523.  
  1524. -- part 103 (button)
  1525. -- low flags: 00
  1526. -- high flags: 0000
  1527. -- rect: left=367 top=212 right=226 bottom=382
  1528. -- title width / last selected line: 0
  1529. -- icon id / first selected line: 1013 / 1013
  1530. -- text alignment: 1
  1531. -- font id: 0
  1532. -- text size: 12
  1533. -- style flags: 0
  1534. -- line height: 16
  1535. -- part name: exp11
  1536. ----- HyperTalk script -----
  1537. on mouseUp
  1538.   repeat with x = 1 to 12
  1539.     set the hilite of bg btn ("Exp"&x) to false
  1540.   end repeat
  1541.   Set the hilite of me to true
  1542.  
  1543.   put fld Exp11 into fld exp13
  1544.   set the scroll of fld Exp13 to 0
  1545.  
  1546.   repeat with x = 1 to the number of  btns
  1547.     set hilite of  btn x to false
  1548.   end repeat
  1549.  
  1550.   repeat with x = 1 to the number of btns
  1551.     if the short name of btn x is "subtitle11" then
  1552.       set the hilite of btn subtitle11 to true
  1553.     end if
  1554.   end repeat
  1555.   send signal to bg btn "cross reference"
  1556. end mouseUp
  1557.  
  1558.  
  1559.  
  1560. -- part 104 (button)
  1561. -- low flags: 00
  1562. -- high flags: 0000
  1563. -- rect: left=367 top=227 right=240 bottom=382
  1564. -- title width / last selected line: 0
  1565. -- icon id / first selected line: 1013 / 1013
  1566. -- text alignment: 1
  1567. -- font id: 0
  1568. -- text size: 12
  1569. -- style flags: 0
  1570. -- line height: 16
  1571. -- part name: exp12
  1572. ----- HyperTalk script -----
  1573. on mouseUp
  1574.   repeat with x = 1 to 12
  1575.     set the hilite of bg btn ("Exp"&x) to false
  1576.   end repeat
  1577.   Set the hilite of me to true
  1578.  
  1579.   put fld Exp12 into fld exp13
  1580.   set the scroll of fld Exp13 to 0
  1581.  
  1582.   repeat with x = 1 to the number of  btns
  1583.     set hilite of  btn x to false
  1584.   end repeat
  1585.  
  1586.   repeat with x = 1 to the number of btns
  1587.     if the short name of btn x is "subtitle12" then
  1588.       set the hilite of btn subtitle12 to true
  1589.     end if
  1590.   end repeat
  1591.   send signal to bg btn "cross reference"
  1592. end mouseUp
  1593.  
  1594.  
  1595.  
  1596. -- part 106 (button)
  1597. -- low flags: 00
  1598. -- high flags: 8004
  1599. -- rect: left=381 top=14 right=60 bottom=422
  1600. -- title width / last selected line: 0
  1601. -- icon id / first selected line: 32462 / 32462
  1602. -- text alignment: 1
  1603. -- font id: 0
  1604. -- text size: 12
  1605. -- style flags: 0
  1606. -- line height: 16
  1607. -- part name: Help
  1608. ----- HyperTalk script -----
  1609. on mouseUp
  1610.   go cd id 6877
  1611. end mouseUp
  1612.  
  1613.  
  1614.  
  1615.  
  1616. -- part 108 (button)
  1617. -- low flags: 00
  1618. -- high flags: A004
  1619. -- rect: left=0 top=316 right=342 bottom=50
  1620. -- title width / last selected line: 0
  1621. -- icon id / first selected line: 0 / 0
  1622. -- text alignment: 1
  1623. -- font id: 0
  1624. -- text size: 12
  1625. -- style flags: 0
  1626. -- line height: 16
  1627. -- part name: No
  1628. ----- HyperTalk script -----
  1629. on mousedown
  1630.   set hilite of bg btn "yes" to false
  1631.  
  1632.   repeat with x = 1 to 12
  1633.     set the hilite of bg btn ("t"&x) to false
  1634.   end repeat
  1635.  
  1636. end mousedown
  1637.  
  1638. on mouseup
  1639.   set hilite of me to true
  1640.   send mouseup to bg btn "no recom"
  1641.   repeat with x = 1 to 6
  1642.     if hilite of bg btn ("q"&x) is true then
  1643.       if fld ("n"&x) is not empty then
  1644.         put bg fld ("n"&x) into bg fld f7text
  1645.         set scroll of bg fld f7text to 0
  1646.       end if
  1647.       put "You were asked:  " & fld ("f"&x&"text") & return after cd fld "sessionlog" of cd "sessionlog"
  1648.     end if
  1649.   end repeat
  1650.   put "You answered 'No', resulting in the following recommended subjects (if any):" & return after cd fld "sessionlog" of cd "sessionlog"
  1651.   repeat with x = 1 to 12
  1652.     if the hilite of bg btn ("t"&x) is true then
  1653.       put " --  " & line x of fld text of this cd & return after cd fld "sessionlog" of cd "sessionlog"
  1654.     end if
  1655.   end repeat
  1656.   put return after cd fld "sessionlog" of cd "sessionlog"
  1657. end mouseup
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663. -- part 109 (button)
  1664. -- low flags: 00
  1665. -- high flags: A004
  1666. -- rect: left=60 top=316 right=342 bottom=110
  1667. -- title width / last selected line: 0
  1668. -- icon id / first selected line: 0 / 0
  1669. -- text alignment: 1
  1670. -- font id: 0
  1671. -- text size: 12
  1672. -- style flags: 0
  1673. -- line height: 16
  1674. -- part name: Yes
  1675. ----- HyperTalk script -----
  1676. on mousedown
  1677.  
  1678.   set hilite of bg btn "no" to false
  1679.  
  1680.   repeat with x = 1 to 12
  1681.     set hilite of bg btn ("t"&x) to false
  1682.   end repeat
  1683. end mousedown
  1684.  
  1685. on mouseup
  1686.   set hilite of me to true
  1687.   send mouseup to bg btn recom
  1688.   repeat with x = 1 to 6
  1689.     if hilite of bg btn ("q"&x) is true then
  1690.       if fld ("y"&x) is not empty then
  1691.         put bg fld ("y"&x) into bg fld f7text
  1692.         set scroll of bg fld f7text to 0
  1693.       end if
  1694.       put "You were asked:  " & fld ("f"&x&"text") & return after cd fld "sessionlog" of cd "sessionlog"
  1695.     end if
  1696.   end repeat
  1697.   put "You answered 'Yes', resulting in the following recommended subjects (if any):" & return after cd fld "sessionlog" of cd "sessionlog"
  1698.   repeat with x = 1 to 12
  1699.     if the hilite of bg btn ("t"&x) is true then
  1700.       put " --  " & line x of fld text of this cd & return after cd fld "sessionlog" of cd "sessionlog"
  1701.     end if
  1702.   end repeat
  1703.   put return after cd fld "sessionlog" of cd "sessionlog"
  1704. end mouseup
  1705.  
  1706.  
  1707.  
  1708.  
  1709. -- part 112 (button)
  1710. -- low flags: 00
  1711. -- high flags: 8004
  1712. -- rect: left=144 top=322 right=342 bottom=231
  1713. -- title width / last selected line: 0
  1714. -- icon id / first selected line: 0 / 0
  1715. -- text alignment: 1
  1716. -- font id: 0
  1717. -- text size: 12
  1718. -- style flags: 0
  1719. -- line height: 16
  1720. -- part name: Print
  1721. ----- HyperTalk script -----
  1722. on mouseUp
  1723.   Answer "Print which field?" with "Issues" or "Discussion" or "Cancel"
  1724.   if it is "Issues"
  1725.   then Printfield  "bg fld text"
  1726.   if it is "Discussion"
  1727.   then Printfield  "bg fld Exp13"
  1728.  
  1729.  
  1730. end mouseUp
  1731.  
  1732.  
  1733.  
  1734. -- part 113 (button)
  1735. -- low flags: 00
  1736. -- high flags: 0000
  1737. -- rect: left=13 top=66 right=78 bottom=34
  1738. -- title width / last selected line: 0
  1739. -- icon id / first selected line: 0 / 0
  1740. -- text alignment: 1
  1741. -- font id: 0
  1742. -- text size: 12
  1743. -- style flags: 0
  1744. -- line height: 16
  1745. -- part name: now you don't
  1746. ----- HyperTalk script -----
  1747. on mouseUp
  1748.   repeat with x = 1 to 6
  1749.     hide fld ("recom"&x)
  1750.   end repeat
  1751.   repeat with x = 1 to 6
  1752.     hide fld ("r"&x)
  1753.   end repeat
  1754.   hide bg btn "edit"
  1755.   hide bg btn "end"
  1756.   hide bg btn "New cd"
  1757. end mouseUp
  1758.  
  1759.  
  1760.  
  1761. -- part 130 (button)
  1762. -- low flags: 80
  1763. -- high flags: 8004
  1764. -- rect: left=240 top=249 right=269 bottom=276
  1765. -- title width / last selected line: 0
  1766. -- icon id / first selected line: 0 / 0
  1767. -- text alignment: 1
  1768. -- font id: 0
  1769. -- text size: 12
  1770. -- style flags: 0
  1771. -- line height: 16
  1772. -- part name: Done
  1773. ----- HyperTalk script -----
  1774. on mouseUp
  1775.   repeat with x = 1 to 6
  1776.     hide fld ("recom"&x)
  1777.   end repeat
  1778.  
  1779.   repeat with x = 1 to 6
  1780.     hide fld ("r"&x)
  1781.   end repeat
  1782.   hide bg btn "edit disc."
  1783.   hide bg btn "end d"
  1784.   hide bg btn "edit q"
  1785.   hide bg btn "end q"
  1786.   hide bg btn "edit yes"
  1787.   hide bg btn "end y"
  1788.   hide bg btn "edit no"
  1789.   hide bg btn "end n"
  1790.   hide bg btn "new card"
  1791.   Set the locktext of bg fld "title" to true
  1792.   Set the locktext of bg fld "text" to true
  1793.   repeat with x = 1 to 6
  1794.     Set the locktext of bg fld ("f"&x&"text") to true
  1795.   end repeat
  1796.   repeat with x = 1 to 6
  1797.     Set the locktext of bg fld ("q"&x) to true
  1798.   end repeat
  1799.   hide bg btn "RECOM"
  1800.   hide bg btn "clear"
  1801.   hide bg btn "no recom"
  1802.   hide bg fld "explanation"
  1803.   show bg fld exp13
  1804.   show bg btn "discussion"
  1805.   --show bg btn "page up"
  1806.   --show bg btn "page down"
  1807.   --set the loc of bg btn yes to (312),(163)
  1808.   --set the loc of bg btn no to (312),(199)
  1809.   --set the loc of bg btn "q1" to (346),(147)
  1810.   --set the loc of bg btn "q2" to (346),(160)
  1811.   --set the loc of bg btn "q3" to (346),(173)
  1812.   --set the loc of bg btn "q4" to (346),(186)
  1813.   --set the loc of bg btn "q5" to (346),(199)
  1814.   --set the loc of bg btn "q6" to (346),(212)
  1815.   --set the loc of bg btn "edit" to (489),(163)
  1816.   --set the loc of me to (489),(199)
  1817.   hide bg btn "Construction MOde"
  1818. end mouseUp
  1819.  
  1820.  
  1821.  
  1822. -- part 116 (button)
  1823. -- low flags: 00
  1824. -- high flags: 0000
  1825. -- rect: left=147 top=66 right=78 bottom=168
  1826. -- title width / last selected line: 0
  1827. -- icon id / first selected line: 0 / 0
  1828. -- text alignment: 1
  1829. -- font id: 0
  1830. -- text size: 12
  1831. -- style flags: 0
  1832. -- line height: 16
  1833. -- part name: Now you see 'em
  1834. ----- HyperTalk script -----
  1835. on mouseUp
  1836.   repeat with x = 1 to 6
  1837.     show fld ("recom"&x)
  1838.   end repeat
  1839.  
  1840.   repeat with x = 1 to 6
  1841.     show fld ("r"&x)
  1842.   end repeat
  1843.   show bg btn "edit"
  1844.   show bg btn "end"
  1845.   show bg btn "new cd"
  1846. end mouseUp
  1847.  
  1848.  
  1849.  
  1850. -- part 129 (button)
  1851. -- low flags: 80
  1852. -- high flags: 8004
  1853. -- rect: left=204 top=249 right=269 bottom=240
  1854. -- title width / last selected line: 0
  1855. -- icon id / first selected line: 0 / 0
  1856. -- text alignment: 1
  1857. -- font id: 0
  1858. -- text size: 12
  1859. -- style flags: 0
  1860. -- line height: 16
  1861. -- part name: Edit
  1862. ----- HyperTalk script -----
  1863. on mouseUp
  1864.   show bg btn "Construction Mode"
  1865.   --set the loc of me to (382),(132)
  1866.   --set the loc of bg btn "done" to (440),(132)
  1867.   --set the loc of bg btn "q1" to (354),(147)
  1868.   --set the loc of bg btn "q2" to (354),(160)
  1869.   --set the loc of bg btn "q3" to (354),(173)
  1870.   --set the loc of bg btn "q4" to (354),(186)
  1871.   --set the loc of bg btn "q5" to (354),(199)
  1872.   --set the loc of bg btn "q6" to (354),(212)
  1873.   --set the loc of bg btn "yes" to (295),(163)
  1874.   --set the loc of bg btn "no" to (295),(199)
  1875.   repeat with x = 1 to 6
  1876.     show fld ("recom"&x)
  1877.   end repeat
  1878.  
  1879.   repeat with x = 1 to 6
  1880.     show fld ("r"&x)
  1881.   end repeat
  1882.   show bg btn "edit disc."
  1883.   show bg btn "end d"
  1884.   show bg btn "edit q"
  1885.   show bg btn "end q"
  1886.   show bg btn "edit yes"
  1887.   show bg btn "end y"
  1888.   show bg btn "edit no"
  1889.   show bg btn "end n"
  1890.   show bg btn "new card"
  1891.   Set the locktext of bg fld "title" to false
  1892.   Set the locktext of bg fld "text" to false
  1893.   repeat with x = 1 to 6
  1894.     Set the locktext of bg fld ("f"&x&"text") to false
  1895.   end repeat
  1896.   repeat with x = 1 to 6
  1897.     Set the locktext of bg fld ("q"&x) to false
  1898.   end repeat
  1899.   repeat with x = 1 to 13
  1900.     hide fld ("exp"&x)
  1901.   end repeat
  1902.   --hide bg btn "Page up"
  1903.   --hide bg btn "page Down"
  1904.   hide bg btn "discussion"
  1905.   show bg fld "explanation"
  1906. end mouseUp
  1907.  
  1908.  
  1909.  
  1910. -- part 120 (button)
  1911. -- low flags: 00
  1912. -- high flags: 0000
  1913. -- rect: left=55 top=66 right=78 bottom=77
  1914. -- title width / last selected line: 0
  1915. -- icon id / first selected line: 0 / 0
  1916. -- text alignment: 1
  1917. -- font id: 0
  1918. -- text size: 12
  1919. -- style flags: 0
  1920. -- line height: 16
  1921. -- part name: replace discussion fld
  1922. ----- HyperTalk script -----
  1923. on mouseUp
  1924.   hide bg btn "RECOM"
  1925.   hide bg btn "clear"
  1926.   hide bg btn "no recom"
  1927.   hide bg fld "explanation"
  1928.   show bg fld exp13
  1929.   show bg btn "discussion"
  1930. end mouseUp
  1931.  
  1932.  
  1933.  
  1934. -- part 121 (button)
  1935. -- low flags: 00
  1936. -- high flags: 0000
  1937. -- rect: left=104 top=66 right=78 bottom=125
  1938. -- title width / last selected line: 0
  1939. -- icon id / first selected line: 0 / 0
  1940. -- text alignment: 1
  1941. -- font id: 0
  1942. -- text size: 12
  1943. -- style flags: 0
  1944. -- line height: 16
  1945. -- part name: make comments
  1946. ----- HyperTalk script -----
  1947. on mouseUp
  1948.   repeat with x = 1 to 13
  1949.     hide fld ("exp"&x)
  1950.   end repeat
  1951.   hide bg btn "discussion"
  1952.   show bg btn "clear"
  1953.   show bg btn "recom"
  1954.   show bg btn "no recom"
  1955.   show bg fld "explanation"
  1956. end mouseUp
  1957.  
  1958.  
  1959.  
  1960. -- part 119 (button)
  1961. -- low flags: 00
  1962. -- high flags: 8002
  1963. -- rect: left=381 top=61 right=77 bottom=512
  1964. -- title width / last selected line: 0
  1965. -- icon id / first selected line: 0 / 0
  1966. -- text alignment: 1
  1967. -- font id: 0
  1968. -- text size: 12
  1969. -- style flags: 0
  1970. -- line height: 16
  1971. -- part name: Discussion
  1972.  
  1973.  
  1974. -- part 123 (button)
  1975. -- low flags: 80
  1976. -- high flags: 8004
  1977. -- rect: left=387 top=216 right=230 bottom=450
  1978. -- title width / last selected line: 0
  1979. -- icon id / first selected line: 0 / 0
  1980. -- text alignment: 1
  1981. -- font id: 0
  1982. -- text size: 12
  1983. -- style flags: 0
  1984. -- line height: 16
  1985. -- part name: Edit Disc.
  1986. ----- HyperTalk script -----
  1987. on mouseUp
  1988.   global gchoice
  1989.   ask "Which 'Discussion' # would you like to edit?"
  1990.   put it into gchoice
  1991.   if gchoice is "" then
  1992.     exit mouseup
  1993.   else hide bg btn "discussion"
  1994.   hide fld exp13
  1995.   show fld ("exp"& gchoice)
  1996.   hide bg btn "Edit Q"
  1997.   hide bg btn "Edit Yes"
  1998.   hide bg btn "Edit No"
  1999.   hide bg btn "End Q"
  2000.   hide bg btn "End Y"
  2001.   hide bg btn "End N"
  2002.  
  2003. end mouseUp
  2004.  
  2005.  
  2006.  
  2007. -- part 124 (button)
  2008. -- low flags: 80
  2009. -- high flags: 8004
  2010. -- rect: left=466 top=217 right=231 bottom=505
  2011. -- title width / last selected line: 0
  2012. -- icon id / first selected line: 0 / 0
  2013. -- text alignment: 1
  2014. -- font id: 0
  2015. -- text size: 12
  2016. -- style flags: 0
  2017. -- line height: 16
  2018. -- part name: End D
  2019. ----- HyperTalk script -----
  2020. on mouseUp
  2021.   global gchoice
  2022.   repeat with x = 1 to 12
  2023.     hide fld ("exp"&x)
  2024.   end repeat
  2025.  
  2026.   show fld exp13
  2027.   show bg btn "discussion"
  2028.  
  2029.   show bg btn "Edit Q"
  2030.   show bg btn "Edit Yes"
  2031.   show bg btn "Edit No"
  2032.   show bg btn "End Q"
  2033.   show bg btn "End Y"
  2034.   show bg btn "End N"
  2035.   if gchoice is "" then
  2036.     exit mouseup
  2037.   else send mouseup to bg btn ("exp"&gchoice)
  2038. end mouseUp
  2039.  
  2040.  
  2041.  
  2042. -- part 126 (button)
  2043. -- low flags: 00
  2044. -- high flags: A002
  2045. -- rect: left=382 top=328 right=342 bottom=512
  2046. -- title width / last selected line: 0
  2047. -- icon id / first selected line: 0 / 0
  2048. -- text alignment: 1
  2049. -- font id: 0
  2050. -- text size: 12
  2051. -- style flags: 0
  2052. -- line height: 16
  2053. -- part name: Cross Reference
  2054. ----- HyperTalk script -----
  2055. on mouseUp
  2056.   put the number of lines of fld exp13 into holder2
  2057.   If   line holder2 -1  of fld exp13 contains "See also"
  2058.   then
  2059.   answer  "Go to Cross Reference?" with "No" or "Yes"
  2060.   if it is "yes"
  2061.   then
  2062.   put the number  of words of fld exp13 into holder
  2063.  
  2064.   go cd ( word holder - 1 of fld exp13)
  2065. else
  2066.   set the hilite of bg button "Cross Reference" to true
  2067. end if
  2068. Else
  2069.   put "No Cross Reference Available"
  2070.   wait one seconds
  2071.   hide msg
  2072. end if
  2073.  
  2074. end mouseUp
  2075. on signal
  2076.   put the number of  lines of fld exp13 into holder
  2077.  
  2078.   if  line holder - 1 of fld exp13 contains "See also"
  2079.   then set the hilite of me to true
  2080. else set the hilite of me to false
  2081. end signal
  2082.  
  2083.  
  2084.  
  2085. -- part 135 (button)
  2086. -- low flags: 80
  2087. -- high flags: 8004
  2088. -- rect: left=464 top=160 right=174 bottom=503
  2089. -- title width / last selected line: 0
  2090. -- icon id / first selected line: 0 / 0
  2091. -- text alignment: 1
  2092. -- font id: 0
  2093. -- text size: 12
  2094. -- style flags: 0
  2095. -- line height: 16
  2096. -- part name: End Q
  2097. ----- HyperTalk script -----
  2098. on mouseUp
  2099.   global fchoice
  2100.   repeat with x = 1 to 6
  2101.     hide fld ("f"&x&"text")
  2102.   end repeat
  2103.  
  2104.   show fld f7text
  2105.  
  2106.   if fchoice is "" then
  2107.     exit mouseup
  2108.   else send mouseup to bg btn ("q"&fchoice)
  2109. end mouseUp
  2110.  
  2111.  
  2112.  
  2113. -- part 136 (button)
  2114. -- low flags: 80
  2115. -- high flags: 8004
  2116. -- rect: left=386 top=161 right=175 bottom=449
  2117. -- title width / last selected line: 0
  2118. -- icon id / first selected line: 0 / 0
  2119. -- text alignment: 1
  2120. -- font id: 0
  2121. -- text size: 12
  2122. -- style flags: 0
  2123. -- line height: 16
  2124. -- part name: Edit Q
  2125. ----- HyperTalk script -----
  2126. on mouseUp
  2127.   global fchoice
  2128.   ask "Which 'Question' # would you like to edit?"
  2129.   put it into fchoice
  2130.   repeat with x = 1 to 7
  2131.     hide fld ("f"&x&"text")
  2132.   end repeat
  2133.   if fchoice is "" then
  2134.     exit mouseup
  2135.   else show fld ("f"&fchoice&"text")
  2136. end mouseUp
  2137.  
  2138.  
  2139.  
  2140. -- part 137 (button)
  2141. -- low flags: 80
  2142. -- high flags: 8004
  2143. -- rect: left=386 top=180 right=194 bottom=449
  2144. -- title width / last selected line: 0
  2145. -- icon id / first selected line: 0 / 0
  2146. -- text alignment: 1
  2147. -- font id: 0
  2148. -- text size: 12
  2149. -- style flags: 0
  2150. -- line height: 16
  2151. -- part name: Edit Yes
  2152. ----- HyperTalk script -----
  2153. on mouseUp
  2154.   global ychoice
  2155.   ask "Which 'Yes Recommendation' # would you like to edit?"
  2156.   put it into ychoice
  2157.   if ychoice is "" then
  2158.     exit mouseup
  2159.   else show fld ("y"&ychoice)
  2160. end mouseUp
  2161.  
  2162.  
  2163.  
  2164. -- part 138 (button)
  2165. -- low flags: 80
  2166. -- high flags: 8004
  2167. -- rect: left=387 top=200 right=214 bottom=450
  2168. -- title width / last selected line: 0
  2169. -- icon id / first selected line: 0 / 0
  2170. -- text alignment: 1
  2171. -- font id: 0
  2172. -- text size: 12
  2173. -- style flags: 0
  2174. -- line height: 16
  2175. -- part name: Edit No
  2176. ----- HyperTalk script -----
  2177. on mouseUp
  2178.   global nchoice
  2179.   ask "Which 'No Recommendation' # would you like to edit?"
  2180.   put it into nchoice
  2181.  
  2182.   if nchoice is "" then
  2183.     exit mouseup
  2184.   else show fld ("n"&nchoice)
  2185. end mouseUp
  2186.  
  2187.  
  2188.  
  2189. -- part 139 (button)
  2190. -- low flags: 80
  2191. -- high flags: 8004
  2192. -- rect: left=465 top=181 right=195 bottom=504
  2193. -- title width / last selected line: 0
  2194. -- icon id / first selected line: 0 / 0
  2195. -- text alignment: 1
  2196. -- font id: 0
  2197. -- text size: 12
  2198. -- style flags: 0
  2199. -- line height: 16
  2200. -- part name: End Y
  2201. ----- HyperTalk script -----
  2202. on mouseUp
  2203.   global ychoice
  2204.   if ychoice is "" then
  2205.     exit mouseup
  2206.   else hide bg fld ("y"&ychoice)
  2207.  
  2208.   send mouseup to bg btn ("q"&ychoice)
  2209.   send mouseup to bg btn yes
  2210.  
  2211. end mouseUp
  2212.  
  2213.  
  2214.  
  2215. -- part 140 (button)
  2216. -- low flags: 80
  2217. -- high flags: 8004
  2218. -- rect: left=466 top=201 right=215 bottom=505
  2219. -- title width / last selected line: 0
  2220. -- icon id / first selected line: 0 / 0
  2221. -- text alignment: 1
  2222. -- font id: 0
  2223. -- text size: 12
  2224. -- style flags: 0
  2225. -- line height: 16
  2226. -- part name: End N
  2227. ----- HyperTalk script -----
  2228. on mouseUp
  2229.   global nchoice
  2230.   if nchoice is "" then
  2231.     exit mouseup
  2232.   else hide bg fld ("n"&nchoice)
  2233.  
  2234.   send mouseup to bg btn ("q"&nchoice)
  2235.   send mouseup to bg btn no
  2236.  
  2237. end mouseUp
  2238.  
  2239.  
  2240.  
  2241. -- part 143 (field)
  2242. -- low flags: 00
  2243. -- high flags: 0007
  2244. -- rect: left=0 top=166 right=311 bottom=107
  2245. -- title width / last selected line: 0
  2246. -- icon id / first selected line: 0 / 0
  2247. -- text alignment: 0
  2248. -- font id: 2
  2249. -- text size: 10
  2250. -- style flags: 0
  2251. -- line height: 13
  2252. -- part name: y1
  2253. ----- HyperTalk script -----
  2254. on mouseup
  2255.   hide me
  2256.   hide bg btn why
  2257. end mouseup
  2258.  
  2259.  
  2260. -- part 144 (field)
  2261. -- low flags: 80
  2262. -- high flags: 0007
  2263. -- rect: left=0 top=165 right=310 bottom=109
  2264. -- title width / last selected line: 0
  2265. -- icon id / first selected line: 0 / 0
  2266. -- text alignment: 0
  2267. -- font id: 2
  2268. -- text size: 10
  2269. -- style flags: 0
  2270. -- line height: 13
  2271. -- part name: y6
  2272. ----- HyperTalk script -----
  2273. on mouseup
  2274.   hide me
  2275.   hide bg btn why
  2276. end mouseup
  2277.  
  2278.  
  2279. -- part 145 (field)
  2280. -- low flags: 80
  2281. -- high flags: 0007
  2282. -- rect: left=0 top=165 right=310 bottom=108
  2283. -- title width / last selected line: 0
  2284. -- icon id / first selected line: 0 / 0
  2285. -- text alignment: 0
  2286. -- font id: 2
  2287. -- text size: 10
  2288. -- style flags: 0
  2289. -- line height: 13
  2290. -- part name: y3
  2291. ----- HyperTalk script -----
  2292. on mouseup
  2293.   hide me
  2294.   hide bg btn why
  2295. end mouseup
  2296.  
  2297.  
  2298. -- part 146 (field)
  2299. -- low flags: 80
  2300. -- high flags: 0007
  2301. -- rect: left=0 top=165 right=310 bottom=108
  2302. -- title width / last selected line: 0
  2303. -- icon id / first selected line: 0 / 0
  2304. -- text alignment: 0
  2305. -- font id: 2
  2306. -- text size: 10
  2307. -- style flags: 0
  2308. -- line height: 13
  2309. -- part name: y4
  2310. ----- HyperTalk script -----
  2311. on mouseup
  2312.   hide me
  2313.   hide bg btn why
  2314. end mouseup
  2315.  
  2316.  
  2317. -- part 147 (field)
  2318. -- low flags: 80
  2319. -- high flags: 0007
  2320. -- rect: left=0 top=165 right=310 bottom=108
  2321. -- title width / last selected line: 0
  2322. -- icon id / first selected line: 0 / 0
  2323. -- text alignment: 0
  2324. -- font id: 2
  2325. -- text size: 10
  2326. -- style flags: 0
  2327. -- line height: 13
  2328. -- part name: y5
  2329. ----- HyperTalk script -----
  2330. on mouseup
  2331.   hide me
  2332.   hide bg btn why
  2333. end mouseup
  2334.  
  2335.  
  2336. -- part 149 (field)
  2337. -- low flags: 80
  2338. -- high flags: 0007
  2339. -- rect: left=0 top=165 right=310 bottom=108
  2340. -- title width / last selected line: 0
  2341. -- icon id / first selected line: 0 / 0
  2342. -- text alignment: 0
  2343. -- font id: 2
  2344. -- text size: 10
  2345. -- style flags: 0
  2346. -- line height: 13
  2347. -- part name: y2
  2348. ----- HyperTalk script -----
  2349. on mouseup
  2350.   hide me
  2351.   hide bg btn why
  2352. end mouseup
  2353.  
  2354.  
  2355. -- part 150 (field)
  2356. -- low flags: 80
  2357. -- high flags: 0007
  2358. -- rect: left=0 top=165 right=309 bottom=107
  2359. -- title width / last selected line: 0
  2360. -- icon id / first selected line: 0 / 0
  2361. -- text alignment: 0
  2362. -- font id: 2
  2363. -- text size: 10
  2364. -- style flags: 0
  2365. -- line height: 13
  2366. -- part name: n1
  2367. ----- HyperTalk script -----
  2368. on mouseup
  2369.   hide me
  2370.   hide bg btn why
  2371. end mouseup
  2372.  
  2373.  
  2374. -- part 151 (field)
  2375. -- low flags: 80
  2376. -- high flags: 0007
  2377. -- rect: left=0 top=165 right=310 bottom=108
  2378. -- title width / last selected line: 0
  2379. -- icon id / first selected line: 0 / 0
  2380. -- text alignment: 0
  2381. -- font id: 2
  2382. -- text size: 10
  2383. -- style flags: 0
  2384. -- line height: 13
  2385. -- part name: n2
  2386. ----- HyperTalk script -----
  2387. on mouseup
  2388.   hide me
  2389.   hide bg btn why
  2390. end mouseup
  2391.  
  2392.  
  2393. -- part 152 (field)
  2394. -- low flags: 80
  2395. -- high flags: 0007
  2396. -- rect: left=0 top=165 right=309 bottom=107
  2397. -- title width / last selected line: 0
  2398. -- icon id / first selected line: 0 / 0
  2399. -- text alignment: 0
  2400. -- font id: 2
  2401. -- text size: 10
  2402. -- style flags: 0
  2403. -- line height: 13
  2404. -- part name: n3
  2405. ----- HyperTalk script -----
  2406. on mouseup
  2407.   hide me
  2408.   hide bg btn why
  2409. end mouseup
  2410.  
  2411.  
  2412. -- part 153 (field)
  2413. -- low flags: 80
  2414. -- high flags: 0007
  2415. -- rect: left=0 top=166 right=309 bottom=109
  2416. -- title width / last selected line: 0
  2417. -- icon id / first selected line: 0 / 0
  2418. -- text alig